home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGMISC / XLISP.LZH / XLISPSRC.ARC / LSTKSIZ.C < prev    next >
Text File  |  1986-03-09  |  122b  |  5 lines

  1. int _STKLOW = 1;    /* stack below the heap */
  2. int _STKSIZ = 2048;    /* 32K stack */
  3. int _HEAPSIZ = 2048;    /* 32K heap */
  4.  
  5.